PageMargins

interface PageMargins

The page margins used for printing.

Since

7.13

Inheritors

Types

Link copied to clipboard
Page margins in points.

Functions

Link copied to clipboard
Creates default margins for the web page.
Link copied to clipboard
open fun none(): PageMargins
Creates empty margins for the web page.
Link copied to clipboard
open fun of(left: Int, right: Int, top: Int, bottom: Int): PageMargins.CustomMargins
Creates custom margins for the web page in points.